The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:AnyEvent-FTP AnyEvent Server"

AnyEvent::FTP::Server - Simple asynchronous ftp server River stage one • 1 direct dependent • 1 total dependent

CAUTION AnyEvent::FTP::Server hasn't been audited by anyone, including its author, in order to ensure that it is secure. It is intended to be used primarily in testing the companion client AnyEvent::FTP::Client. It can also be used to write your own ...

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Context - FTP Server client context class River stage one • 1 direct dependent • 1 total dependent

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Connection - FTP Server connection class River stage one • 1 direct dependent • 1 total dependent

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::UnambiguousResponseEncoder - Server response encoder that encodes responses so they cannot be confused River stage one • 1 direct dependent • 1 total dependent

Objects of this class are used to encode responses which are returned to the client from the server....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::OS::UNIX - UNIX implementations for AnyEvent::FTP River stage one • 1 direct dependent • 1 total dependent

This class provides some utility functionality for interacting with the UNIX and UNIX like operating systems....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Role::Old - Role for old archaic FTP server commands River stage one • 1 direct dependent • 1 total dependent

This role provides a bunch of FTP commands that don't really do anything anymore, but some older clients might try to use anyway. If you are writing a context, it is probably a good idea to consume this role rather than implementing these useless com...

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Role::Help - Help role for FTP server River stage one • 1 direct dependent • 1 total dependent

This role provides a standard FTP "HELP" command. It finds any FTP commands ("cmd_*") you have defined in your context class and the associated usage functions ("help_*") and implements the "HELP" command for you....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Role::Auth - Authentication role for FTP server River stage one • 1 direct dependent • 1 total dependent

This role provides an authentication interface for your AnyEvent::FTP::Server context....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Role::Type - Type role for FTP server River stage one • 1 direct dependent • 1 total dependent

This role provides an interface for the FTP "TYPE" command....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Context::FS - FTP server context that uses real file system (no transfers) River stage one • 1 direct dependent • 1 total dependent

This is the base class for AnyEvent::FTP::Server::Context::FSRO and AnyEvent::FTP::Server::Context::FSRW....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Context::FSRW - FTP Server client context class with full read/write access River stage one • 1 direct dependent • 1 total dependent

This class provides a context for AnyEvent::FTP::Server which uses the actual filesystem to provide storage....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Context::FSRO - FTP Server client context class with read-only access River stage one • 1 direct dependent • 1 total dependent

This class provides a context for AnyEvent::FTP::Server which uses the actual filesystem to provide storage....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Role::Context - Server connection context role River stage one • 1 direct dependent • 1 total dependent

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Context::Memory - FTP Server client context class with full read/write access River stage one • 1 direct dependent • 1 total dependent

This class provides a context for AnyEvent::FTP::Server which uses memory to provide storage. Once the server process terminates, all data stored is lost. Note that this implementation is incomplete....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Role::TransferPrep - Interface for PASV, PORT and REST commands River stage one • 1 direct dependent • 1 total dependent

This role provides the FTP transfer preparation commands "PORT", "PASV" and "REST" to your FTP server context. It isn't really useful by itself, and needs a transfer role, like AnyEvent::FTP::Server::Role::TransferFetch or AnyEvent::FTP::Server::Role...

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Server::Role::ResponseEncoder - Server response encoder role River stage one • 1 direct dependent • 1 total dependent

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Client::Site::NetFtpServer - Site specific commands for Net::FTPServer River stage one • 1 direct dependent • 1 total dependent

This class provides the "SITE" specific commands for Net::FTPServer....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

Test::AnyEventFTPServer - Test (non-blocking) ftp clients against a real FTP server River stage one • 1 direct dependent • 1 total dependent

This module makes it easy to test ftp clients against a real AnyEvent::FTP FTP server. The FTP server is non-blocking in and does not "fork", so if you are testing a FTP client that blocks then you will need to do it in a separate process. AnyEvent::...

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP - Simple asynchronous FTP client and server River stage one • 1 direct dependent • 1 total dependent

This distribution provides client and server implementations for File Transfer Protocol (FTP) in an AnyEvent environment. For the specific interfaces, see AnyEvent::FTP::Client and AnyEvent::FTP::Server for details. Before each release, AnyEvent::FTP...

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC

AnyEvent::FTP::Request - Request class for asynchronous ftp server River stage one • 1 direct dependent • 1 total dependent

Instances of this class represent client requests....

PLICEASE/AnyEvent-FTP-0.19 - 12 Apr 2022 16:34:13 UTC
25 results (0.063 seconds)